home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
The Atari Compendium
/
The Atari Compendium (Toad Computers) (1994).iso
/
files
/
prgtools
/
mint
/
utilit~1
/
stlogin4.lzh
/
TERMCAP.H
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
C/C++ Source or Header
|
1992-10-21
|
304 b
|
12 lines
#ifndef _TERMCAP_H
#define _TERMCAP_H
int tgetent (char *bp, char *name);
int tgetflag (char *id);
int tgetnum (char *id);
char *tgetstr (char *id, char **area);
char *tgoto (char *cm, int destcol, int destline);
void tputs (char *cp, int affcnt, int (*outc)(int ));
#endif /* _TERMCAP_H */